home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / lanscn13.zip / LANSCAN.DOC next >
Text File  |  1992-12-11  |  3KB  |  73 lines

  1.                            LANSCAN 1.3
  2. (c)Copyright 1992 Chris Lowe
  3.  
  4.  
  5. LANSCAN is a program to automate the process of scanning a local
  6. disk drive for viruses (although it can be used for many other
  7. things). I wrote it to do a timely scan of my local disks using
  8. VIRX.
  9.  
  10. The program operates by first detecting all present local drives
  11. and then passing the valid drive letters to a command batch file.
  12.  
  13.  
  14. OPERATION:
  15.  
  16. Here's how it works. The program is started by typing LANSCAN at
  17. any prompt, although it works best if included in the
  18. AUTOEXEC.BAT file. The program will first test each drive letter
  19. A-Z to see if there is valid media in it. It will ignore
  20. substituted and networked drives. After it has built a table of
  21. valid drives it will look for a text file called DATESTMP.LS in
  22. the root directory for the first drive. If the file is found the
  23. date written to that file will be examined and checked to see if
  24. the difference between the current date and the datestamp is
  25. greater that the current interval (the default is 30 days). If it
  26. is equal to or greater, LANSCAN will update the date in the file
  27. and write it back, shell to DOS and start a batch file called
  28. LSCMD.BAT and pass the first valid drive letter to it. The
  29. letters will be passed as A:,B:,C: etc.
  30.  
  31. This process will be repeated for each valid drive that LANSCAN
  32. has located.
  33.  
  34.  
  35. OVERRIDE SWITCHES:
  36.  
  37. The defaults are 1) 30 day interval and 2) LSCMD.BAT is the
  38. command file. These may be overriden as follows.
  39.  
  40. To use an interval other that 30 days, start LANSCAN with a /Ixxx
  41. switch, where xxx is a value from 0 to 999 days. If you use a
  42. value of 0 the DATESTMP.LS file will not be written to disk each
  43. time.
  44.  
  45. To use a command filename other than LSCMD.BAT, start LANSCAN
  46. with a /Ccccccccc.ccc, where cccccccc.ccc is the name of another
  47. file.
  48.  
  49. To skip a drive (such as A:) start LANSCAN with a /1xx..., where
  50. xx... is a drive letter list. Example: LANSCAN /1AB will skip both
  51. the A and B drives.
  52.  
  53. Type LANSCAN /? for online help.
  54.  
  55. LANSCAN is hereby released to the public domain although I
  56. reserve all rights to myself. The program LANSCAN.EXE and file
  57. LANSCAN.DOC may not be altered in any way or sold except for a
  58. nominal fee for the cost of the media on which it is stored.
  59.  
  60.  
  61. Although LANSCAN is a public domain program a donation of $5.00
  62. would be greatly appreciated and a source of inspiration for me
  63. to continue to create and upgrade programs such as LANSCAN.
  64.  
  65. I always appreciate comments and suggetions.
  66.  
  67. Chris Lowe
  68. Phone -------> (208) 336-7337
  69. Compuserve---> 73627,1745
  70. Mail --------> P.O. Box 411
  71.                Boise, Idaho
  72.                83701
  73.